2008-10-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
svn path=/trunk/; revision=21689
+2008-10-20 Murray Cumming <murrayc@murrayc.com>
+
+ * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
+ gtk_icon_view_set_tooltip_item():
+ * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
+ gtk_icon_view_set_tooltip_cell():
+ Documentation: Mention the simple set_tooltip_column()
+ alternative.
+
2008-10-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
* @path: a #GtkTreePath
*
* Sets the tip area of @tooltip to be the area covered by the item at @path.
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
* See also gtk_tooltip_set_tip_area().
*
* Since: 2.12
* Sets the tip area of @tooltip to the area which @cell occupies in
* the item pointed to by @path. See also gtk_tooltip_set_tip_area().
*
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
+ *
* Since: 2.12
*/
void
* @path: a #GtkTreePath
*
* Sets the tip area of @tooltip to be the area covered by the row at @path.
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
* See also gtk_tooltip_set_tip_area().
*
* Since: 2.12
* position. In such cases @path must be set to the current node under the
* mouse cursor for this function to operate correctly.
*
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
+ *
* Since: 2.12
*/
void